home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000343_JDanSkinner@JDanSkinner.com_Fri Feb 28 17:13:36 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  104 lines

  1. Article: 14140 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: JDanSkinner@JDanSkinner.com (Dan Skinner)
  4. Newsgroups: comp.unix.sco.misc,comp.protocols.kermit.misc
  5. Subject: Re: SCOANSI vs ANSI vs mapchan
  6. Date: 28 Feb 2003 14:09:32 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 85
  9. Message-ID: <8ce22d01.0302281409.2aee328c@posting.google.com>
  10. References: <b3nsq2$5nd$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 24.159.192.106
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1046470172 14733 127.0.0.1 (28 Feb 2003 22:09:32 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 28 Feb 2003 22:09:32 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.unix.sco.misc:154026 comp.protocols.kermit.misc:14140
  18.  
  19. fdc@columbia.edu (Frank da Cruz) wrote in message news:<b3nsq2$5nd$1@watsol.cc.columbia.edu>...
  20. > Tech-support issue of the week...  Kermit 95:
  21. >   http://www.columbia.edu/kermit/k95.html
  22. > includes an SCO ANSI terminal emulator.  When making a Telnet, Rlogin, or
  23. > SSH connection to an SCO platform, K95 sends the terminal type name.
  24. > To get the desired emalution (SCO function keys, special escape sequences,
  25. > etc), the user must choose the K95 terminal type called SCOANSI, as opposed
  26. > to "regular" ANSI, which is the original "BBS ANSI" that is only a small
  27. > subset of SCOANSI.  However, most SCO operating systems do not understand
  28. > "SCOANSI" (this issue has been discussed here before, and I believe the
  29. > problem was fixed in newer SCO operating systems).
  30. > When the SCO OS does not understand "SCOANSI", our advice is to tell K95
  31. > to tell the server its type is "ANSI".  The K95 commands are:
  32. >   set terminal type scoansi      ; What I am
  33. >   set telnet terminal-type ansi  ; What I say I am
  34. > (the latter command applies to SSH and Rlogin too).
  35. > As far as I know, this has worked for years.  But suddenly we're getting
  36. > reports of fractured screens and failing file transfers from people who
  37. > do this, e.g. on Open Server 5.0.5.  Either something has changed on the
  38. > SCO end or people have been having problems all along but not reporting
  39. > them.  If I tell the user to tell the SCO OS to:
  40. >   mapchan -n
  41. > the problems go away.  Similarly, if the user omits the "set telnet
  42. > terminal-type ansi" command, the problems go away (but then they have
  43. > to set their terminal type manually at the SCO shell prompt).
  44. > My questions are these:
  45. >  1. Exactly which SCO operating systems understand the name "SCOANSI"?
  46. >  2. Does the SCO Telnet (Rlogin, SSH) server, when it is told by the
  47. >     client that terminal type is ANSI, activate mapchan?
  48. >  3. If the answer to (2) is yes, is "ANSI" the only terminal-type name
  49. >     that causes this to happen?
  50. > Thanks.
  51. > - Frank
  52. Frank;
  53. I don't have access to an SCO box later than 5.04 at the moment.  I do
  54. however have some varied experience with mapchan.  Mapchan -n is
  55. useful on the console to get the proper framing characters.  I've been
  56. sticking it into .profile since  ole version 5.0.0 as a matter of
  57. course. I've never had any problems with file transfers using Kermit
  58. or ftp related to mapchan, nor have I had any problem other than bad
  59. framing (line draw) characters on the console.
  60.  
  61. I just commented it out and logged in:
  62.  
  63. 1.    from console,   screwed up farming characters.
  64.  
  65.     Believe it or not this is a mono-vga monitor TERM=ansi
  66.     
  67. 2.    from w98 w/k95 as scoansi, telnet  no problem
  68. 3.    from w98 w/K95 as scoansi, ssh     no problem
  69. 4.    from w98 w/PuTTY as scoansi, ssh  no problem
  70.  
  71. In these cases the value of TERM is ansic because any value of TERM on
  72. entry to my .profile containing ansi ends up ansic if not the console
  73.  
  74. 5.    from Linux (text console) w/Kermit, telnet     no problem
  75. 6.    from Linux (text console) w/Kermit, ssh         no problem
  76. 7.    from Linux (tyext console) w/OpenSSH, ssh       no problem
  77. 8.    from Linux (tyext console) w/BSD, telnet       no problem
  78.  
  79.     The linux termcap is really a hacked version of ansic from
  80.     the SCO 5.0.4
  81.  
  82. I ran off a copy of man mapchan to a text file.  I'll email it to the
  83. Kermit support address at Columbia.
  84.  
  85. Sorry I can't provide any info on 5.0.5 or 5.0.6 but I thought this
  86. might give you a baseline.
  87.  
  88. Regards�Dan.
  89.